projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d36b0
)
Fix typo.
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 18 Nov 2005 19:11:19 +0000
(19:11 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 18 Nov 2005 19:11:19 +0000
(19:11 +0000)
src/image.c
patch
|
blob
|
history
diff --git
a/src/image.c
b/src/image.c
index c7bc71ee90962616b72ee360a3f69b4accc7e3d9..d020b2ac39471711e5e66b44df323b80b2486eff 100644
(file)
--- a/
src/image.c
+++ b/
src/image.c
@@
-3755,7
+3755,7
@@
x_create_bitmap_from_xpm_data (f, bits)
XpmFreeAttributes (&attrs);
return id;
}
-#endif /*
HAVE_X_WINDOWS
*/
+#endif /*
defined (HAVE_XPM) && defined (HAVE_X_WINDOWS)
*/
/* Load image IMG which will be displayed on frame F. Value is
non-zero if successful. */